home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ASME's Mechanical Engine…ing Toolkit 1997 December
/
ASME's Mechanical Engineering Toolkit 1997 December.iso
/
c_lang
/
super_c.lzh
/
SPEED.C
< prev
next >
Wrap
Text File
|
1980-01-01
|
348b
|
18 lines
/* Display Processor Speed
*/
/* main()
Function: Display the speed of the current processor, as a
percentage of a standard IBM-PC.
Algorithm: Just call calib and print out the result.
*/
main()
{
printf("This processor is %u%% of a standard IBM-PC.\n",calib());
}